@@ -0,0 +1,11 @@
+export default {
+ props: {
+ routes: {
+ type: Array,
+ default: () => []
+ }
+ },
+ render() {
+ return <h1>hello</h1>;
+};
@@ -59,6 +59,7 @@ export default {
);
}
};
+3;
</script>
<style lang="scss" scoped>