chore: setup 语法糖
This commit is contained in:
14
notebook.md
14
notebook.md
@@ -2,17 +2,7 @@
|
||||
<RenderJupyterNotebook :notebook="notebook" />
|
||||
</div>
|
||||
|
||||
<script>
|
||||
<script setup>
|
||||
import RenderJupyterNotebook from "./components/RenderJupyterNotebook.vue";
|
||||
import example from "./特征工程.json";
|
||||
|
||||
export default {
|
||||
name: "HomeView",
|
||||
components: { RenderJupyterNotebook },
|
||||
data() {
|
||||
return {
|
||||
notebook: example,
|
||||
};
|
||||
},
|
||||
};
|
||||
import notebook from "./特征工程.json";
|
||||
</script>
|
||||
Reference in New Issue
Block a user