1
Framework7-Vueを使用してアプリケーションを作成するには、このチュートリアルに従います。 http://blog.toast38coza.me/building-a-mobile-app-with-vuejs-cordova-webpack-and-framework-7/関数 'class template7の読み取り専用プロパティ' prototype 'に割り当てることはできません。
すべてのコードをコピーしてすべてをインストールすると、何らかの理由で空白の画面が表示されます。コンパイル時にエラーは発生しません。アプリがコンソールで実行されると、次のエラーが発生します。
Uncaught TypeError: Cannot assign to read only property 'prototype' of function 'class Template7 {
constructor(template) {
const t = this;
t.template = template;
function getCom...<omitted>...
}'
at Object.eval (webpack-internal:///29:381)
at eval (webpack-internal:///29:557)
at Object.<anonymous> (app.js:879)
at __webpack_require__ (app.js:660)
at fn (app.js:86)
at eval (webpack-internal:///21:1)
at Object.<anonymous> (app.js:826)
at __webpack_require__ (app.js:660)
at fn (app.js:86)
at eval (webpack-internal:///10:3)
何か原因が考えられますか?