diff --git a/package.json b/package.json index 6c9a835..f459476 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,7 @@ "node-sass": "^4.7.2", "sass-loader": "^6.0.6", "vue": "^2.5.2", + "vue-clipboard2": "^0.3.0", "vue-router": "^3.0.1", "vuex": "^3.0.1", "vuex-persistedstate": "^2.5.4" diff --git a/src/components/Settings.vue b/src/components/Settings.vue index c91792c..b9618a5 100644 --- a/src/components/Settings.vue +++ b/src/components/Settings.vue @@ -10,7 +10,7 @@

- Displayed Items + Spoilers and Displayed Items

@@ -59,9 +59,39 @@
-
- - +

+ Import and Export Saved Data +

+

+ Use these controls to port data to another device. + Copy the data string from the Export field on the source device and paste it into the Import field + on the target device. +

+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
@@ -70,11 +100,18 @@