From 5833718910eefcbb77fb3b19a89ba1fcefd4a7e9 Mon Sep 17 00:00:00 2001 From: Sven Luijten Date: Sun, 7 Aug 2016 12:18:10 +0200 Subject: [PATCH] Vue is a library, not a framework --- resources/assets/js/bootstrap.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/assets/js/bootstrap.js b/resources/assets/js/bootstrap.js index a8478e29..d7aee7d8 100644 --- a/resources/assets/js/bootstrap.js +++ b/resources/assets/js/bootstrap.js @@ -12,9 +12,9 @@ window.$ = window.jQuery = require('jquery'); require('bootstrap-sass/assets/javascripts/bootstrap'); /** - * Vue is a modern JavaScript framework for building interactive web interfaces - * using reactive data binding and reusable components. Vue has a simple and - * clean API, leaving you to focus only on building your next great idea. + * Vue is a modern JavaScript library for building interactive web interfaces + * using reactive data binding and reusable components. Vue's API is clean + * and simple, leaving you to focus on building your next great project. */ window.Vue = require('vue');