CARVIEW |
Select Language
HTTP/2 200
date: Sat, 19 Jul 2025 17:11:10 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
x-repository-download: git clone https://github.com/vuematerial/vue-material.git
etag: W/"3ecb19e279f86ff53f39e2cc08476474"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=5NxCiis76BoFgxTpg43r%2BNktYkStTJ05yq4jY2%2FHdQcKa6b0IoKr00P7jHKsdbG2%2BYRmElEbSF6clwJTjX4CeAo2qnoAfwrqzvirZ0k8vm7IyIvThEk3zD%2BHygJru2TFsEF3kgU7biNIyZ0IRVm%2BFc4amHJZKotn6gjX4m6JauR%2B3s8Tac642JbBF0qdXDRgJV9at6m%2FYiwVBBqOjepqmt3LEGCBISng%2BoN%2FU7zTxD%2BkIpBWJVEp%2B6Te8r6501EYeJmuyr97%2Bg8xOvk9rLEOTA%3D%3D--pMMs6zXpWHfDFM3L--sEvL7%2F9GNAOcYkv0ZBNBMA%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.461763353.1752945069; Path=/; Domain=github.com; Expires=Sun, 19 Jul 2026 17:11:09 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Sun, 19 Jul 2026 17:11:09 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: 8F06:134C64:983724:C55706:687BD1AD
feat(MdChips): add formatter for individual chips (#1339) · vuematerial/vue-material@247a840 · GitHub
Copy file name to clipboardExpand all lines: docs/app/pages/Components/Chips/Chips.vue
Copy file name to clipboard
Copy file name to clipboardExpand all lines: src/components/MdChips/MdChips.vue
Skip to content
Navigation Menu
{{ message }}
-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit 247a840
feat(MdChips): add formatter for individual chips (#1339)
* feat(MdChips): formatter
Formatter before chip insertion. Effects to insertion and duplicated-checking.
fix #1288
* style(MdChips): always return a value
* docs(Chips): fix `md-format` API description
#1339 (comment)
* docs(ChipsFormat): fix component name and example message
* docs(ChipsFormat): `formatName` return result directly
#1339 (comment)
* style(MdChips): add a space before `if` statement
#1339 (comment)
* docs(Chips): better message for formatter
#1339 (comment)
* fix: code style1 parent d3953f7 commit 247a840Copy full SHA for 247a840
File tree
Expand file treeCollapse file tree
3 files changed
+91
-11
lines changedFilter options
- docs/app/pages/Components/Chips
- examples
- src/components/MdChips
Expand file treeCollapse file tree
3 files changed
+91
-11
lines changeddocs/app/pages/Components/Chips/Chips.vue
Copy file name to clipboardExpand all lines: docs/app/pages/Components/Chips/Chips.vue+17Lines changed: 17 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
| 6 | + | |
6 | 7 |
| |
7 | 8 |
| |
8 | 9 |
| |
| |||
53 | 54 |
| |
54 | 55 |
| |
55 | 56 |
| |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
56 | 64 |
| |
57 | 65 |
| |
58 | 66 |
| |
| |||
156 | 164 |
| |
157 | 165 |
| |
158 | 166 |
| |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
159 | 176 |
| |
160 | 177 |
| |
161 | 178 |
| |
|
docs/app/pages/Components/Chips/examples/Format.vue
Copy file name to clipboard+47Lines changed: 47 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + |
src/components/MdChips/MdChips.vue
Copy file name to clipboardExpand all lines: src/components/MdChips/MdChips.vue+27-11Lines changed: 27 additions & 11 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
58 | 58 |
| |
59 | 59 |
| |
60 | 60 |
| |
| 61 | + | |
| 62 | + | |
| 63 | + | |
61 | 64 |
| |
62 | 65 |
| |
63 | 66 |
| |
| |||
73 | 76 |
| |
74 | 77 |
| |
75 | 78 |
| |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
76 | 86 |
| |
77 | 87 |
| |
78 | 88 |
| |
79 | 89 |
| |
80 |
| - | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
81 | 93 |
| |
82 | 94 |
| |
83 |
| - | |
84 |
| - | |
| 95 | + | |
| 96 | + | |
85 | 97 |
| |
86 | 98 |
| |
87 | 99 |
| |
88 |
| - | |
| 100 | + | |
89 | 101 |
| |
90 | 102 |
| |
91 | 103 |
| |
92 |
| - | |
93 |
| - | |
| 104 | + | |
| 105 | + | |
94 | 106 |
| |
95 |
| - | |
| 107 | + | |
96 | 108 |
| |
97 | 109 |
| |
98 | 110 |
| |
| |||
116 | 128 |
| |
117 | 129 |
| |
118 | 130 |
| |
119 |
| - | |
| 131 | + | |
120 | 132 |
| |
121 |
| - | |
| 133 | + | |
122 | 134 |
| |
123 |
| - | |
124 |
| - | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
125 | 141 |
| |
126 | 142 |
| |
127 | 143 |
| |
|
You can’t perform that action at this time.
0 commit comments