最近有在asp.net mvc項目中使用了vue.js。
其中一個頁面包含諸多個vue的子件Vue Components。
頁面運行時,提示:
提示 vue子件找不到。
實則是:
The page you are requesting cannot be served because of the extension configuration. If the page is a script, add a handler. If the file should be downloaded, add a MIME map.
解決這個,我們可以在web.config注冊一個擴展名.vue。