From 52fe01e4d8c6b9c783f8606ac1ece6a66371508a Mon Sep 17 00:00:00 2001 From: Hakaba Hitoyo Date: Mon, 3 Sep 2018 14:43:10 +0900 Subject: mock features panel --- src/components/features_panel/features_panel.js | 6 ++++++ src/components/features_panel/features_panel.vue | 26 ++++++++++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 src/components/features_panel/features_panel.js create mode 100644 src/components/features_panel/features_panel.vue (limited to 'src/components') diff --git a/src/components/features_panel/features_panel.js b/src/components/features_panel/features_panel.js new file mode 100644 index 00000000..19018fb4 --- /dev/null +++ b/src/components/features_panel/features_panel.js @@ -0,0 +1,6 @@ +const FeaturesPanel = { + computed: { + } +} + +export default FeaturesPanel diff --git a/src/components/features_panel/features_panel.vue b/src/components/features_panel/features_panel.vue new file mode 100644 index 00000000..bcb700ed --- /dev/null +++ b/src/components/features_panel/features_panel.vue @@ -0,0 +1,26 @@ + + + + + -- cgit v1.2.3-70-g09d2