-
Notifications
You must be signed in to change notification settings - Fork 929
More control over modal contents and issues with inline-template #19
Comments
See new modal components with custom template. http://yuche.github.io/vue-strap/#modal |
I had to delete my node modules and reinstall as an update didn't work. After updating the custom templates work perfectly! Thanks for sorting so quickly, now I can work on ditching jQuery and bootstrap. |
@andrewdavidcostello I have this error Browserify Failed!: 'import' and 'export' may appear only with 'sourceType: module' . what is the mistake I did ? |
@chagamkamalakar var alert = require('vue-strap/src/Alert.vue'); |
@yuche |
@chagamkamalakar You are probably experiencing this issue? To get around this I use
Not a nice solution but it works for now. |
@andrewdavidcostello in main.js file i did like
list.template.js
list.js
It's not working, what it went wrong |
I have posted it on the laracasts forum post here for reference:
https://laracasts.com/discuss/channels/general-discussion/vuestrap-bootstrap-components-built-with-pure-vuejs?page=3#reply-106358
Essentially would be great to have multiple insertion points or full support for inline-template.
When I used inline-template it only left some of my template intact and tried to replace/remove other items.
The text was updated successfully, but these errors were encountered: