AsgardCms / Platform

A modular multilingual CMS built with Laravel 5.
https://asgardcms.com/
MIT License
779 stars 240 forks source link

Cannot use javascript engine freely... (error caused by Vuejs root instance) #459

Closed darron1217 closed 6 years ago

darron1217 commented 6 years ago

Summary of issue

Currently, Vuejs is running in pre-compile mode on Admin Page. This instance is initiated with element 'div#app'. This causes variable not found error on my own module's admin page. (Whenever I use {{ something }} syntax on my page). Vuejs instance on Root element interferes complete modular frontend programming on admin pages. (I want to use Vuejs as runtime-only to be free from registering my Vue component on central app.js file => this process causes additional coding after installing Module by composer)

Steps to reproduce

System Details

darron1217 commented 6 years ago

Hmm... Actually, this error message's log level is 'warn'. So I'll just ignore it

But please consider using runtime mode to do the complete modular vue coding :)