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