laravel-elixir-vueify icon indicating copy to clipboard operation
laravel-elixir-vueify copied to clipboard

Update package.json

Open liucf opened this issue 8 years ago • 1 comments

for vue 2.0

liucf avatar Oct 03 '16 23:10 liucf

This change can lead to a problem if you are using import Vue from 'vue'; because the default vue module is the runtime-only build, which does not include the template compiler.

So we need to use aliasify like the docs says: https://vuejs.org/guide/installation.html#Standalone-vs-Runtime-only-Build

sahibalejandro avatar Oct 21 '16 15:10 sahibalejandro