Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
nodenoggin vue3 duplicate
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Procter Projects
nodenoggin vue3 duplicate
Commits
326acc81
Commit
326acc81
authored
4 years ago
by
Adam Procter
Browse files
Options
Downloads
Patches
Plain Diff
remove focus-trap
parent
ca03229f
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
package.json
+0
-1
0 additions, 1 deletion
package.json
src/components/JoinMicrocosm.vue
+15
-11
15 additions, 11 deletions
src/components/JoinMicrocosm.vue
src/main.js
+1
-2
1 addition, 2 deletions
src/main.js
yarn.lock
+0
-1259
0 additions, 1259 deletions
yarn.lock
with
16 additions
and
1273 deletions
package.json
+
0
−
1
View file @
326acc81
...
@@ -9,7 +9,6 @@
...
@@ -9,7 +9,6 @@
},
},
"dependencies"
:
{
"dependencies"
:
{
"
core-js
"
:
"
^3.10.0
"
,
"
core-js
"
:
"
^3.10.0
"
,
"
focus-trap
"
:
"
^6.4.0
"
,
"
freeze-dry
"
:
"
^0.2.4
"
,
"
freeze-dry
"
:
"
^0.2.4
"
,
"
marked
"
:
"
^2.0.1
"
,
"
marked
"
:
"
^2.0.1
"
,
"
pouchdb
"
:
"
^7.2.2
"
,
"
pouchdb
"
:
"
^7.2.2
"
,
...
...
This diff is collapsed.
Click to expand it.
src/components/JoinMicrocosm.vue
+
15
−
11
View file @
326acc81
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
</p>
</p>
<div
class=
"breaker-one"
>
<div
class=
"breaker-one"
>
<label
for=
"name"
>
Your Name:
{{
nameFormatted
}}
</label>
<label
for=
"name"
>
Your Name:
{{
nameFormatted
}}
</label>
<FocusTrap>
<input
<input
v-model.trim=
"name"
v-model.trim=
"name"
type=
"text"
type=
"text"
...
@@ -21,6 +21,7 @@
...
@@ -21,6 +21,7 @@
autocapitalize=
"none"
autocapitalize=
"none"
required
required
/>
/>
</FocusTrap>
</div>
</div>
<h2>
Next start or join a
<span
class=
"long"
>
microcosm !
</span>
🚀
</h2>
<h2>
Next start or join a
<span
class=
"long"
>
microcosm !
</span>
🚀
</h2>
...
@@ -114,9 +115,12 @@
...
@@ -114,9 +115,12 @@
</template>
</template>
<
script
>
<
script
>
export
default
{
export
default
{
name
:
'
JoinMicrocosm
'
,
name
:
'
JoinMicrocosm
'
,
data
:
function
()
{
data
:
function
()
{
return
{
return
{
// what you are calling yourself / device
// what you are calling yourself / device
...
...
This diff is collapsed.
Click to expand it.
src/main.js
+
1
−
2
View file @
326acc81
...
@@ -2,6 +2,5 @@ import { createApp } from 'vue'
...
@@ -2,6 +2,5 @@ import { createApp } from 'vue'
import
App
from
'
./App.vue
'
import
App
from
'
./App.vue
'
import
router
from
'
./router
'
import
router
from
'
./router
'
import
store
from
'
./store/store
'
import
store
from
'
./store/store
'
import
focustrap
from
'
focus-trap
'
createApp
(
App
).
use
(
store
).
use
(
router
).
use
(
focustrap
).
mount
(
'
#app
'
)
createApp
(
App
).
use
(
store
).
use
(
router
).
mount
(
'
#app
'
)
This diff is collapsed.
Click to expand it.
yarn.lock
+
0
−
1259
View file @
326acc81
Source diff could not be displayed: it is too large. Options to address this:
view the blob
.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment