You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
while the following returns a "You are using the runtime-only build of Vue where the template compiler is not available. Either pre-compile the templates into render functions, or use the compiler-included build." error...
this.$notifications.notify({
component: {
template:'<span><a href="https://www.google.com" target="_blank"> Go to google</a></span>'
},
icon: 'nc-icon nc-app',
horizontalAlign,
verticalAlign,
type: this.type[color],
});
Any advice would be welcome
Sylvain
The text was updated successfully, but these errors were encountered:
Hello,
I am using Vue-CLI 3 in which I have imported the VUE LBD template from Creative Tim. Everything seems to work fine except for notifications.
The following works:
while the following returns a "You are using the runtime-only build of Vue where the template compiler is not available. Either pre-compile the templates into render functions, or use the compiler-included build." error...
Any advice would be welcome
Sylvain
The text was updated successfully, but these errors were encountered: