vueless 0.0.214 → 0.0.216
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -19,8 +19,8 @@ export default {
|
|
|
19
19
|
const defaultTemplate = `
|
|
20
20
|
<template #default>
|
|
21
21
|
<p>
|
|
22
|
-
<b>
|
|
23
|
-
|
|
22
|
+
<b>To proceed with your registration</b>, please enter your
|
|
23
|
+
<u>email address</u> in the field below. <i>A verification link</i> will be sent to your inbox shortly.
|
|
24
24
|
<a href="https://uk.wikipedia.org/wiki/Lorem_ipsum" target="_blank">Wikipedia</a>
|
|
25
25
|
</p>
|
|
26
26
|
</template>
|
|
@@ -73,43 +73,45 @@ paragraphs.args = {
|
|
|
73
73
|
slotTemplate: `
|
|
74
74
|
<template #default>
|
|
75
75
|
<p>
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
culpa qui officia deserunt mollit anim id est laborum.
|
|
76
|
+
In a world where technology evolves at an unprecedented pace, staying
|
|
77
|
+
updated with the latest advancements is crucial for success. Companies
|
|
78
|
+
that adapt quickly to new trends often find themselves at the forefront
|
|
79
|
+
of their industries, leading to increased innovation and productivity.
|
|
80
|
+
However, it's not just about adopting new tools but also about integrating
|
|
81
|
+
them seamlessly into existing workflows to maximize their potential.
|
|
83
82
|
</p>
|
|
84
83
|
|
|
85
84
|
<p>
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
85
|
+
Employees must be encouraged to continuously learn and develop new skills,
|
|
86
|
+
ensuring they can leverage these technological advancements effectively.
|
|
87
|
+
This not only enhances their professional growth but also contributes to
|
|
88
|
+
the overall success of the organization. By fostering a culture of
|
|
89
|
+
continuous improvement, businesses can navigate the challenges of a
|
|
90
|
+
rapidly changing landscape and emerge stronger and more competitive.
|
|
91
91
|
</p>
|
|
92
92
|
</template>
|
|
93
|
+
|
|
93
94
|
`,
|
|
94
95
|
};
|
|
95
96
|
|
|
96
97
|
export const list = DefaultTemplate.bind({});
|
|
97
98
|
list.args = {
|
|
98
99
|
slotTemplate: `
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
100
|
+
<template #default>
|
|
101
|
+
<URow gap="2xl">
|
|
102
|
+
<ul>
|
|
103
|
+
<li>Ensure your password is strong</li>
|
|
104
|
+
<li>Update your profile information</li>
|
|
105
|
+
<li>Check your email for updates</li>
|
|
106
|
+
</ul>
|
|
106
107
|
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
108
|
+
|
|
109
|
+
<ol>
|
|
110
|
+
<li>Create an account by signing up</li>
|
|
111
|
+
<li>Verify your email address</li>
|
|
112
|
+
<li>Log in to access your dashboard</li>
|
|
113
|
+
</ol>
|
|
114
|
+
</URow>
|
|
115
|
+
</template>
|
|
114
116
|
`,
|
|
115
117
|
};
|