You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
419 B
25 lines
419 B
// import {createApp, ref, reactive} from 'vue';
|
|
|
|
|
|
|
|
|
|
// const app = createApp({
|
|
// data() {
|
|
|
|
// let msg = ref("hello world")
|
|
|
|
// try {
|
|
// msg.value = "" + pywebview.api
|
|
// } catch (e) {
|
|
// msg.value = "did not invoke " + e
|
|
// }
|
|
|
|
// window.msg = msg
|
|
// return {
|
|
// message: msg
|
|
// };
|
|
// }
|
|
// });
|
|
// app.mount('#app');
|
|
|
|
|
|
|